home *** CD-ROM | disk | FTP | other *** search
/ Explore Yellowstone / Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso / pc / help.dir / 00014_Script_sc previousAbout < prev    next >
Text File  |  1996-02-27  |  338b  |  15 lines

  1. on mouseDown
  2.   global ThisPageAbout1
  3.   
  4.   if ThisPageAbout1 > 161 then
  5.     puppetsprite 3, true
  6.     set the castNum of sprite 3 to the number of cast "BARROW1"
  7.     updateStage    
  8.     PreviousPageAbout
  9.     --startTimer
  10.     --repeat while the timer < 30
  11.     --  nothing
  12.     --end repeat
  13.     puppetsprite 3, FALSE
  14.   end if
  15. end